func compress/flate.noEOF

5 uses

	compress/flate (current package)
		inflate.go#L633: 		f.err = noEOF(err)
		inflate.go#L666: 		f.err = noEOF(err)
		inflate.go#L689: func noEOF(e error) error {
		inflate.go#L699: 		return noEOF(err)
		inflate.go#L724: 				return 0, noEOF(err)